home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000369_news@newsmaster….columbia.edu _Thu Aug 13 09:41:07 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA26651
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 13 Aug 1998 09:41:06 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA23437
  7.     for kermit.misc@watsun; Thu, 13 Aug 1998 09:41:06 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K96 1.1.17 Problem..
  12. Date: 13 Aug 1998 13:41:01 GMT
  13. Organization: Columbia University
  14. Lines: 57
  15. Message-ID: <6quqdd$cgs$1@apakabar.cc.columbia.edu>
  16. References: <35D28F36.6B6AFAA2@breastscreendot.orgdot.au>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9088
  19.  
  20. In article <35D28F36.6B6AFAA2@breastscreendot.orgdot.au>,
  21. Ross Irvine  <rirvine@breastscreenDOT.orgDOT.au> wrote:
  22. : Hi All,
  23. :     I have just patched my fully working k95 1.1.15 up to the latest
  24. : 1.1.17.
  25.  
  26. 1.1.17 is stricter than 1.1.15 about enforcing the rules.  The rules
  27. state that if SET CARRIER-WATCH is ON no data can be sent to the 
  28. device unless a CD (RLSD) signal is dectected.  When it is set to 
  29. AUTO the DIAL command may be issued before CD is active.
  30.  
  31. : I now have a problem where I'm getting:
  32. : Executing I:\K95NEW\k95.ini for WIN32...
  33. : Done stuff
  34. : BEFORE OUT
  35. : ?Connection on Crusader ISDN Digital Modem is not open.
  36. : BEFORE IN
  37. : ?Connection on Crusader ISDN Digital Modem is not open.
  38. : BEFORE IF
  39. : Done init
  40. : The problem is the ?Connection on Crusader etc etc. (The name of the
  41. : modem is Crusader ISDN Digital Modem"
  42. : The INIT script is :
  43. : set modem type none
  44. : set tapi line Crusader_ISDN_Digital_Modem
  45. : set modem type tapi
  46. : set printer {HP LaserJet 5/5M - Letter}
  47.  
  48. This syntax is not necessarily going to be supported in the future.
  49. Use:
  50.  
  51.   SET PRINTER /WINDOWS-QUEUE:HP_Laswerjet_5/5M_-_Letter
  52.  
  53. : set modem command init-string ATZ\{13}
  54. : set modem flow-control rts/cts
  55.  
  56.  
  57. SET CARRIER-WATCH OFF
  58.  
  59. : ECHO BEFORE OUT
  60. : OUTPUT \13ATZ\13
  61. : ECHO BEFORE IN
  62. : INPUT 3 OK
  63. : ECHO BEFORE IF
  64. : IF FAILURE ECHO Init Failed??
  65.  
  66. Or you can use the DIAL command.
  67.  
  68.  
  69.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  70.                  The Kermit Project * Columbia University
  71.               612 West 115th St #716 * New York, NY * 10025
  72.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org